home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / virus / vste204 / makefile.4 < prev    next >
Makefile  |  1995-03-21  |  677b  |  23 lines

  1.  
  2. :main
  3.  if %@filesize[%repdir\summary.txt,b] GT 61 goto virfound
  4.  echo No viruses reported via VSCAN since your last login.
  5.  if not exist %repdir\summary.txt goto reset
  6.  goto end
  7.  
  8. :virfound
  9.  echo Viruses found....
  10.  beep 1046 1 1318 1 1568 1 1864 1 2093 1
  11.  set nulstring=%@select[%repdir\summary.txt,1,1,24,79,PgDn/PgUp to move─────Virus Report──────ESC or ENTER exits]
  12.  set nulstring=
  13.  type %repdir\summary.txt>>%repdir\%_date.txt
  14.  del %repdir\summary.txt /yq
  15.  echo Virus summary was moved into the file %repdir\%_date.txt.
  16.  echo.
  17.  
  18. :reset
  19.  echo Virus Summary Report on scans after %_time on %_date:>>%repdir\summary.txt
  20.  echo. >>%repdir\summary.txt
  21.  
  22. :end
  23.